home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Super CD
/
Super CD.iso
/
kids
/
first
/
first.bat
< prev
next >
Wrap
DOS Batch File
|
1988-09-07
|
352b
|
21 lines
Echo off
Echo (C)Copyright First Byte Corporation 1988
Echo - - - - -
if exist SPEECH.EXE goto L1
Echo Please INSTALL this product before executing ...
goto ABORT
:L1
speech
metawndow
if exist flw.exe goto yes
Echo Place Disk 2 in this Drive and
for %%h in (pause FLW) do %%h
goto no
:yes
flw
:no
metawndow /k
freedr
:ABORT